home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [84].lua < prev    next >
Encoding:
Text File  |  2011-05-22  |  684 b   |  16 lines

  1. -- Script [84]
  2. Starting = 1;
  3. SeaEvent = 0;
  4.  
  5. SetStartingEvent(ScriptID, false);
  6.  
  7. ShowStoryText("Exploration of the island goes off without a hitch, and you prepare to return to your ship, anchored a little way out to sea. But when you get to the rowboats you find that the waters between them and your vessel are teeming with sharks. There's little chance of making it back there safely.");
  8.  
  9. AddChoice("Try it anyway. What's the worst that can happen? Oh, right, sharks.", "[85]");
  10. AddChoice("Wait around and hope that the sharks will leave the area.", "[86]");
  11.  
  12. if InInventory("{28}") then
  13.  
  14.   AddChoice("Try to get rid of the sharks with your harpoon.", "[87]");
  15.   
  16. end